iT邦幫忙

2022 iThome 鐵人賽

DAY 6
1
AI & Data

[GCP BigQuery] - 探索資料倉儲,開啟你的數位轉型之旅系列 第 6

Day 06: BigQuery 快速上手 - 使用一般專案模式

  • 分享至 

  • xImage
  •  

https://ithelp.ithome.com.tw/upload/images/20220920/20152529BIpCEnV7wi.png

前言:

前面為了方便大家先快速上手,使用了BigQuery沙箱機制,然而沙箱機制有些功能會受到限制。接下來,我們要使用到的是一般專案模式,因為會綁定信用卡如果暫時還不想綁定信用卡的可以略過這一篇,未來會需要解鎖某些限制功能的再開通就好

準備材料:

信用卡

Step 1. 啟用一般專案模式

https://ithelp.ithome.com.tw/upload/images/20220920/20152529g312RLqe1z.png

填入你的完整資訊:

https://ithelp.ithome.com.tw/upload/images/20220920/20152529I9tPUz5YwY.png

https://ithelp.ithome.com.tw/upload/images/20220920/20152529qruAfdEOED.png

到這裡就完成啟用了!

Step 2. 設定帳單扣打警示通知

點選帳單:

https://ithelp.ithome.com.tw/upload/images/20220920/20152529rgCTJM68UN.png

啟用後可以看到 Google cloud 贈送的額度:

https://ithelp.ithome.com.tw/upload/images/20220920/2015252966FDb6eXJL.png

https://ithelp.ithome.com.tw/upload/images/20220920/20152529y4OWMOuCyu.png

https://ithelp.ithome.com.tw/upload/images/20220920/20152529Tfyna5PQVC.png

https://ithelp.ithome.com.tw/upload/images/20220920/20152529NvpaBXGRVA.png

https://ithelp.ithome.com.tw/upload/images/20220920/20152529vQrS8CXWf0.png

https://ithelp.ithome.com.tw/upload/images/20220920/201525293p9obcSfkZ.png

到這裡就設置好預警通知了,如果超過預算的 50%, 90%和 100%,GCP會發送通知到使用者的信箱。

Step 3. 回到 BigQuery 介面

可以看到原本沙箱機制的提示不見了。

https://ithelp.ithome.com.tw/upload/images/20220920/20152529VKUFtDX9hP.png

接下來的操作就和: Day 05: Bigquery 快速上手 - 使用Bigquery sandbox 免信用卡模式 (下)一樣了。

一樣把這段代碼貼到 SQL 查詢區域:

SELECT
  name, gender,
  SUM(number) AS total
FROM
  `bigquery-public-data.usa_names.usa_1910_2013`
GROUP BY
  name, gender
ORDER BY
  total DESC
LIMIT
  10

https://ithelp.ithome.com.tw/upload/images/20220920/20152529OPSoHYhL9s.png

一樣可以看到查詢結果:

https://ithelp.ithome.com.tw/upload/images/20220920/20152529hIBt7977bG.png

Summary:

使用一般專案模式步驟如下:

Step 1. 啟用一般專案模式
Step 2. 設定帳單扣打警示通知

一般專案模式下會綁定信用卡,因此記得要到帳單設置預警通知,假設超過原本的預算的50%, 90%和 100%,請 GCP發送通知給使用者,避免超額的問題。


上一篇
Day 05: BigQuery 快速上手 - 使用BigQuery sandbox 免信用卡模式 (下)
下一篇
Day 07: BigQuery 的基本架構
系列文
[GCP BigQuery] - 探索資料倉儲,開啟你的數位轉型之旅30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言